home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / pr.zip / MAKE.INI < prev    next >
Text File  |  1986-08-13  |  139b  |  9 lines

  1. # make.ini file with normal default rules for Lattice 3.00
  2. #    RULES
  3.  
  4. .obj.asm :
  5.     masm /T $*,$*;
  6. .obj.c :
  7.     cc -c -ms -qd: -o$* $*.c
  8.  
  9.